cargo.git
2017-09-01 Behnam Esfahbod[doc] Sync back doc/book changes into old docs
2017-08-31 Behnam Esfahbod[doc/book] Add book.toml
2017-08-31 Behnam Esfahbod[doc/book] Final touches to introduction.md
2017-08-31 Behnam Esfahbod[doc/book] Assign langs to more code blocks
2017-08-31 Behnam Esfahbod[doc/book] Create dir for book sections
2017-08-31 Behnam Esfahbod[doc/book] Improve page titles
2017-08-31 Behnam Esfahbod[src/doc/book] Add introduction page
2017-08-31 Behnam Esfahbod[doc/book] Expand installation.md
2017-08-31 borsAuto merge of #4453 - behnam:book, r=alexcrichton
2017-08-31 borsAuto merge of #4447 - lucaskolstad:proc-macro-crates...
2017-08-31 Lucas KolstadTweak proc_macro test to correctly test case.
2017-08-31 Behnam Esfahbod[src/doc/book] Use package registry for crates.io
2017-08-31 Behnam Esfahbod[src/doc/book] Fix header casings
2017-08-31 Behnam Esfahbod[src/doc/book] Move a paragraph to cargo-in-depth.md
2017-08-31 Behnam Esfahbod[src/doc/book] Add all sub-chapters to cargo-in-depth.md
2017-08-31 Behnam Esfahbod[src/doc/book] Drop unused images
2017-08-31 Behnam Esfahbod[src/doc] Add README.md
2017-08-31 Behnam Esfahbod[src/doc/book] Update SUMMARY.md
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-01-specifying-dependencies...
2017-08-31 Behnam Esfahbod[src/doc/book] Check 03-08-source-replacement.md
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-10-policies.md from policies.md
2017-08-31 Behnam Esfahbod[src/doc/book] Check 03-07-pkgid-spec.md
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-02-manifest.md from manifest.md
2017-08-31 Behnam Esfahbod[src/doc/book] Apply 01-*.md changes into index.md
2017-08-31 Lucas KolstadReplace plugins_dylib_path with host_deps_output.
2017-08-31 Behnam Esfahbod[src/doc/book] Update guide.md and 02-*.md from guide.md
2017-08-31 Behnam Esfahbod[src/doc/book] Check faq.md
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-09-external-tools.md from...
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-04-environment-variables.md...
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-06-crates-io.md from crates...
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-05-build-scripts.md from build...
2017-08-31 Behnam Esfahbod[src/doc/book] Update 03-03-config.md from config.md
2017-08-30 Behnam Esfahbod[src/doc/book] Add .gitignore
2017-08-30 Behnam Esfahbod[src/doc/book] Import from cargo-book repo
2017-08-30 Lucas KolstadRemove find_host_deps and use Compilation field.
2017-08-30 borsAuto merge of #4451 - steveklabnik:relax-rustdoc-tests...
2017-08-30 steveklabnikDon't use deprecated rustdoc flags in tests
2017-08-29 borsAuto merge of #4440 - nisargthakkar:publish_target...
2017-08-29 Nisarg ThakkarRemoving redundant extern
2017-08-29 Nisarg ThakkarAdding tests for --target with cargo publish and cargo...
2017-08-29 Nisarg ThakkarAdding target support to cargo package and cargo publish
2017-08-29 Lucas KolstadAdd host dependency path via -L for cargo_test.
2017-08-28 borsAuto merge of #4442 - Xanewok:process-builder-program...
2017-08-28 borsAuto merge of #4445 - alexcrichton:bump, r=matklad
2017-08-28 Alex CrichtonFix tests on nightly
2017-08-28 Alex CrichtonBump Cargo to 0.23.0
2017-08-27 Igor MatuszewskiAllow to substitute executed program in `ProcessBuilder`
2017-08-27 borsAuto merge of #4441 - vignesh-sankaran:manifest-doc...
2017-08-27 VigneshReplace maintenance status badge none with ellipses
2017-08-27 borsAuto merge of #4439 - ishitatsuyuki:bench-cleanup,...
2017-08-27 Tatsuyuki IshiFix remaining test failures
2017-08-27 Tatsuyuki Ishitests/cfg: allow unused extern crates
2017-08-27 Tatsuyuki Ishitests/build-script: allow unused extern crates
2017-08-27 Tatsuyuki IshiGate feature for bench tests
2017-08-27 Tatsuyuki IshiGate extern crates for bench tests
2017-08-26 borsAuto merge of #4358 - Mark-Simulacrum:fix-cfg-cargo...
2017-08-26 borsAuto merge of #4437 - ishitatsuyuki:deps-purge, r=matklad
2017-08-26 Mark SimulacrumDiscover crate type information late if necessary.
2017-08-26 Tatsuyuki IshiPurge deps, round 2
2017-08-26 borsAuto merge of #4435 - ishitatsuyuki:deps-purge, r=matklad
2017-08-26 Tatsuyuki IshiPurge unused extern crates
2017-08-25 borsAuto merge of #4433 - alexcrichton:unstable-features...
2017-08-25 Alex CrichtonAdd infrastructure for nightly Cargo flags
2017-08-24 Alex CrichtonAdd support for nightly features in Cargo
2017-08-24 borsAuto merge of #4431 - vignesh-sankaran:maintenance...
2017-08-24 VigneshAdded maintenance badge and reordered badge metadata...
2017-08-24 borsAuto merge of #4432 - potocpav:patch-1, r=matklad
2017-08-24 Pavel PotocekCorrect an inaccuracy
2017-08-24 borsAuto merge of #4429 - ishitatsuyuki:test-purge, r=matklad
2017-08-24 Pavel PotocekCorrect and reword a paragraph
2017-08-24 Tatsuyuki Ishicargotest: purge deps
2017-08-22 borsAuto merge of #4424 - Xanewok:process-builder-api,...
2017-08-22 Igor MatuszewskiAdd `fn args_replace` and `fn get_program` to `ProcessB...
2017-08-20 borsAuto merge of #4416 - Xanewok:more-executor-params...
2017-08-20 borsAuto merge of #4364 - RalfJung:feat, r=alexcrichton
2017-08-19 Igor MatuszewskiExpose `Target` and `Unit` params to appropriate `Execu...
2017-08-18 Ralf Jungfix borrowing the shell twice
2017-08-18 Ralf JungUsing required dep as a feature is a warning for now...
2017-08-17 borsAuto merge of #4400 - behnam:pr4157, r=alexcrichton
2017-08-17 Ralf Jungimprove misleading error message
2017-08-17 Ralf Jungdetect required dependencies used as features
2017-08-17 Ralf Jungtest for mandatory dependencies not to be considered...
2017-08-14 borsAuto merge of #4404 - parkovski:master, r=alexcrichton
2017-08-14 Parker SnellFix #4370 - init panic in C:\ or /
2017-08-13 borsAuto merge of #4402 - bluss:doc-rustdocflags, r=alexcri...
2017-08-13 blussDocument `RUSTDOCFLAGS`
2017-08-12 borsAuto merge of #4389 - matklad:testless, r=alexcrichton
2017-08-12 Aleksey KladovAllow to skip test code during publishing
2017-08-12 borsAuto merge of #4393 - burtonageo:update-cargo-new-templ...
2017-08-11 Stepan Koltsov[check|build|rustc] Add --all-targets option
2017-08-11 borsAuto merge of #4398 - debris:url_4394, r=alexcrichton
2017-08-11 debrisFix implementation and tests for cannot-be-a-base-url...
2017-08-11 debrisFixed panic when canonicalizing not-a-base-url, fixes...
2017-08-11 borsAuto merge of #4396 - vignesh-sankaran:documentation...
2017-08-11 VigneshFix list rendering for blacklisted hosts
2017-08-10 George BurtonAdd a placeholder assertion in the new lib project...
2017-08-10 George BurtonFix tests
2017-08-10 George BurtonUpdate lib template for `cargo new` so that it conforms...
2017-08-10 borsAuto merge of #4390 - alexcrichton:read-hard-links...
2017-08-10 borsAuto merge of #4386 - pornel:backups, r=alexcrichton
next